GetFrameTreeResponse

data class GetFrameTreeResponse(frameTree: FrameTree)

Represents response frame that is returned from Page#getFrameTree operation call. Returns present frame tree structure.

See also

Constructors

GetFrameTreeResponse
Link copied to clipboard
fun GetFrameTreeResponse(frameTree: FrameTree)

Properties

frameTree
Link copied to clipboard
val frameTree: FrameTree
Present frame tree structure.

Sources

jvm source
Link copied to clipboard